home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 2002 November
/
SGI Freeware 2002 November - Disc 3.iso
/
dist
/
fw_qt3.idb
/
usr
/
freeware
/
Qt
/
include
/
qremotefactory.h.z
/
qremotefactory.h
Wrap
C/C++ Source or Header
|
2002-04-08
|
378b
|
25 lines
#ifndef QREMOTEFACTORY_H
#define QREMOTEFACTORY_H
#ifndef QT_H
#include "qstringlist.h"
#endif // QT_H
#ifndef QT_NO_REMOTE
class QString;
class QRemoteInterface;
class Q_EXPORT QRemoteFactory
{
public:
#ifndef QT_NO_STRINGLIST
static QStringList keys();
#endif
static QRemoteInterface *create( const QString& );
};
#endif //QT_NO_REMOTE
#endif //QREMOTEFACTORY_H